home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / MEMSIZ.ARJ / MEMSIZE.STS < prev    next >
INI File  |  1992-02-17  |  5KB  |  116 lines

  1. [shared-]
  2.     mark=cv "C:\BUILD\SOURCE\C\FLABEL\FLABEL.c" 3502 1 'E "FLABEL.c"!.3502
  3.     mark=cv "C:\BUILD\SOURCE\C\FLABEL\FLABEL.c" 868 1 'E "FLABEL.c"!.868
  4.     version=2
  5.     pmark="C:\BUILD\SOURCE\C\MEMSIZE\MEMSIZE.C" 1049 17
  6.     project="C:\BUILD\SOURCE\C\MEMSIZE\MEMSIZE.MAK"
  7.     buildmode=3
  8. [edit-]
  9.     srch=Mouse
  10.     fSrchRe=0
  11.     rpl=Profile->
  12.     src=Data->Profile.
  13.     fRplRe=19712
  14.     file="C:\BUILD\SOURCE\C\MEMSIZE\MEMSIZE.C" 1046 1 1049 17
  15. [pwb]
  16.     screen=43 80
  17.     winstyle=7
  18.     wnd=C 2 1 42 80
  19. [environ]
  20.     INCLUDE=c:\BUILD\INCLUDE\GF;c:\BUILD\INCLUDE\COMMON;c:\BUILD\INCLUDE\SYS
  21.     LIB=c:\BUILD\LIB\GF;c:\BUILD\LIB\COMMON;c:\BUILD\LIB\SYS
  22.     HELPFILES=C:\HELP\*.HLP;C:\C600\HELP\*.HLP
  23. [cvp]
  24.     wndstate=0 0 0 2 0 0 0 0 0 0 254
  25.     tilestate=1 42 0 80 0 0 0 0 0 24 0 0 0 0 32 0 0 254
  26.     command=use auto
  27.     command=n10
  28.     command=s1
  29.     command=oc+
  30.     command=of+
  31.  
  32. [build]
  33.     build: macro DEBUG "0"
  34.     build: macro PWBRMAKE "pwbrmake"
  35.     build: macro NMAKEBSC1 "set"
  36.     build: macro NMAKEBSC2 "nmake"
  37.     build: macro CC "cl"
  38.     build: macro CFLAGS_G "/Alfw /W3 /G2 /D_MT /Zp /MT /BATCH"
  39.     build: macro CFLAGS_D "/Gs /Gi$(PROJ).mdt /Zi /Od"
  40.     build: macro CFLAGS_R "/Ot /Oi /Ol /Oe /Og /Gs"
  41.     build: macro MAPFILE_D "NUL"
  42.     build: macro MAPFILE_R "NUL"
  43.     build: macro LFLAGS_G " /NOI /STACK:8192  /BATCH"
  44.     build: macro LFLAGS_D "/CO /FAR /PACKC /PACKD /PMTYPE:PM"
  45.     build: macro LFLAGS_R "/EXE /FAR /PACKC /PACKD /PMTYPE:PM"
  46.     build: macro LINKER "link"
  47.     build: macro ILINK "ilink"
  48.     build: macro LRF "echo > NUL"
  49.     build: macro RC "rc"
  50.     build: macro LLIBS_R ""
  51.     build: macro LLIBS_D ""
  52.     build: macro LLIBS_G ""
  53.     build: all $(PROJ).exe
  54.     build: target $(PROJ).bsc pwbrmake_bsc
  55.     build: target $(PROJ).exe lrf_exe link_exe rc_exe
  56.     build: inference .c.obj cc_c_obj
  57.     build: inference .c.sbr cc_c_sbr
  58.     build: inference .rc.res rc_rc_res
  59.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  60.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  61.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  62.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  63.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  64.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  65.     build: command link_exe "$(LINKER) @$(PROJ).lrf"
  66.     build: command rc_exe "$(RC) $(RESS) $@"
  67.     build: command rc_rc_res "$(RC) /r $< $@"
  68.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  69.     build: command debug "CVP $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  70.     build: include dependencies
  71.     build: include no system
  72.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  73.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  74.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  75.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  76.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  77.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  78.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  79.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  80.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  81.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  82.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  83.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  84.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  85.     build: message "^LINK [^L]+L[124]"
  86.     build: message "^ILINK : [^L]+L[124]"
  87.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  88.     build: message "^NMAKE : [^U]+U[124]"
  89.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  90.     build: message "^pwbrmake: [^U]+U[124]"
  91.     build: message "^BIND : [^U]+U[124]"
  92.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  93.     build: message "^[^C]+C[124][0-9]+: "
  94.     build: message "^[^D]+D[124][0-9]+ : "
  95.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
  96.     build: message "^[^F]+F[1234][0-9]+: "
  97.     build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
  98.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  99.     build: message "^fatal error"
  100.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  101.     build: message "^RC: error"
  102.     build: language None
  103.  
  104. [debug-]
  105.     target="c:\build\source\c\flabel\flabel.exe"
  106.     genericbp='E "FLABEL.c"!0x4C85:0x6718
  107. [cv]
  108.     wndstate=0 2 0 1 0 0 0 0 0 0 254
  109.     tilestate=1 49 0 80 0 0 0 67 0 17 0 0 0 0 40 0 0 254
  110.     command=use auto
  111.     command=n10
  112.     command=s1
  113.     command=oc-
  114.     command=of+
  115.     command=o3-
  116.